home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form FS_PRMSG
- BackColor = &H00800080&
- BorderStyle = 1 'Fixed Single
- Caption = "Printing"
- ClientHeight = 1650
- ClientLeft = 4215
- ClientTop = 3675
- ClientWidth = 3210
- ControlBox = 0 'False
- Height = 2055
- Left = 4155
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1650
- ScaleWidth = 3210
- Top = 3330
- Width = 3330
- Begin SSCommand CmdCancelPrint
- Caption = "Cancel"
- ForeColor = &H00000080&
- Height = 492
- Left = 960
- TabIndex = 1
- Top = 960
- Width = 1332
- End
- Begin TextBox TxtPrintMsg
- Alignment = 2 'Center
- BackColor = &H00800080&
- BorderStyle = 0 'None
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "System"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FFFFFF&
- Height = 624
- Left = 240
- MultiLine = -1 'True
- TabIndex = 0
- Top = 120
- Width = 2772
- End
- Sub CmdCancelPrint_Click ()
- ContPrint = False
- End Sub
- Sub Command3D1_Click ()
- ContPrint = False
- End Sub
- Sub Form_Load ()
- Left = (Screen.Width - Width) / 2
- Top = (Screen.Height - Height) / 2
- End Sub
-